home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gmtype, movietime_g, movierate_g
- set tclick to the clickOn
- if (gmtype = 1) and (the movieRate of sprite 9 = 0) then
- puppetSound("CLICK")
- end if
- set the visible of sprite (tclick + 3) to 0
- updateStage()
- waittimer(1)
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- updateStage()
- set movietime_g to the movieTime of sprite 9
- set movierate_g to the movieRate of sprite 9
- set the movieRate of sprite 9 to 0
- set the visible of sprite 9 to 0
- updateStage()
- go(the frame - 1)
- set the movieTime of sprite 9 to movietime_g
- set the movieRate of sprite 9 to movierate_g
- set the visible of sprite 9 to 1
- end
-